home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / demos / ftl / hl.txt < prev    next >
Encoding:
Text File  |  1995-09-06  |  644 b   |  16 lines

  1. (Note: The change caused by this menu option is only 
  2. visible by opening another hypertext file or by using 
  3. a jump link to another file.)
  4.  
  5. The "History List" Menu item toggles the 
  6. UseHistoryList property of the HTDisplayBox. When 
  7. UseHistoryList is true, each new file which is loaded 
  8. has its filename saved in a list which is acessible 
  9. via the combobox in the ToolBar (see the "Show 
  10. ToolBar" menu item entry) up to the 
  11. MaximumHistoryItems property, after which each 
  12. new file pushes one old file off the list. If 
  13. UseHistoryList is false, no filenames are saved and 
  14. each new file simply replaces the old one completely.
  15.  
  16.